home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.19990422-19990725 / 000169_news@watsun.cc.columbia.edu _Fri Jun 18 09:48:36 1999.msg < prev    next >
Internet Message Format  |  2020-01-01  |  2KB

  1. Return-Path: <news@watsun.cc.columbia.edu>
  2. Received: from newsmaster.cc.columbia.edu (newsmaster.cc.columbia.edu [128.59.59.30])
  3.     by watsun.cc.columbia.edu (8.8.5/8.8.5) with ESMTP id JAA09676
  4.     for <kermit.misc@watsun.cc.columbia.edu>; Fri, 18 Jun 1999 09:48:36 -0400 (EDT)
  5. Received: (from news@localhost)
  6.     by newsmaster.cc.columbia.edu (8.8.5/8.8.5) id JAA01273
  7.     for kermit.misc@watsun.cc.columbia.edu; Fri, 18 Jun 1999 09:45:02 -0400 (EDT)
  8. X-Authentication-Warning: newsmaster.cc.columbia.edu: news set sender to <news> using -f
  9. From: fdc@watsun.cc.columbia.edu (Frank da Cruz)
  10. Subject: Re: Segmentation fault
  11. Date: 18 Jun 1999 13:45:01 GMT
  12. Organization: Columbia University
  13. Message-ID: <7kdigt$16k$1@newsmaster.cc.columbia.edu>
  14. To: kermit.misc@watsun.cc.columbia.edu
  15.  
  16. In article <376A41F5.FF6EA09D@zkrd.de>,
  17. Detlev Knorpp  <Detlev.Knorpp@zkrd.de> wrote:
  18. : after a connect the remote kermit goes into server mode and the local
  19. : kermit tries to send (or get) a file. If this file exists, kermit
  20. : crashes with a segmentation fault. Also if the local kermit goes into
  21. : server mode and the remote kermit tries to send, the local kermit
  22. : crashes.
  23. : My local configuration:
  24. : P-II 350 MHz
  25. : SuSE Linux 6.0 (german edition, 2.0.36, glibc)
  26. : c-kermit 7.0 Beta 5 and Beta 7 (I also tried the binary rpm-package)
  27. :
  28. We know already that the C-Kermit 6.0 RPM package no longer works on new
  29. Linux distributions.  It says so on the C-Kermit 6.0 web page.
  30.  
  31. : internal MultiTech MT5634ZPX (ISA) (I use modem type hayes-high-speed)
  32. Why don't you "set modem type multitech"?
  33.  
  34. : Remote configuration:
  35. : msdos-kermit (Win95)
  36. MS-DOS Kermit is not supported on Windows 95.  If it works, fine.
  37. If not, you'll need to switch to Kermit 95.
  38.  
  39. : ...and c-kermit 7.0 Beta 7 (Linux)
  40. :
  41. C-Kermit 7.0 Beta.07 on which Linux?  Did you build it yourself?  Did you
  42. use one of the prebuilt binaries?  Which one?
  43.  
  44. : Any ideas?
  45. Most likely you are running an inappropriate binary on the remote Linux
  46. system.
  47.  
  48. Linux is no longer one platform -- it is many incompatible ones.  Nowadays
  49. it is always best to get the source code for C-Kermit (or any other
  50. application) and build it yourself.  That way you get the right libraries,
  51. rather than a mismatch that will cause core dumps.
  52.  
  53. Please reply to kermit-support@columbia.edu.
  54.  
  55. - Frank